English
GNUplot Demonstrations
���������� ����� ������
����� steps #���� ���� ����� ������� ������ ������ ��� ������������
#����� steps. ����� gnuplot - ������� ����
#������������ ����� steps, �������� ������� ������,
#���������� � �������� �������������
set title "Demo of step ploting style"
plot [0:12][0:13] "steps.dat" with steps, "steps.dat" with points
����������� set title "Normal Distribution Function"
plot [-3:3][0:1] norm(x)
����������� set title "Inverse Error Function"
plot [-1:1] inverf(x)
����������� set title "Inverse Normal Distribution Function"
plot [0:1] invnorm(x)
set title ""
http://playfair.stanford.edu/~woo/woo.html
|